Del, or nabla, is an operator used in mathematics (particularly in vector calculus) as a vector differential operator, usually represented by ∇ (the nabla symbol). When applied to a function defined on a one-dimensional domain, it denotes the standard derivative of the function as defined in calculus. When applied to a field (a function defined on a multi-dimensional domain), it may denote any one of three operations depending on the way it is applied: the gradient or (locally) steepest slope of a scalar field (or sometimes of a vector field, as in the Navier–Stokes equations); the divergence of a vector field; or the curl (rotation) of a vector field.
Del is a very convenient mathematical notation for those three operations (gradient, divergence, and curl) that makes many equations easier to write and remember. The del symbol (or nabla) can be formally defined as a vector operator whose components are the corresponding partial derivative operators. As a vector operator, it can act on scalar and vector fields in three different ways, giving rise to three different differential operations: first, it can act on scalar fields by a formal scalar multiplication—to give a vector field called the gradient; second, it can act on vector fields by a formal dot product—to give a scalar field called the divergence; and lastly, it can act on vector fields by a formal cross product—to give a vector field called the curl. These formal products do not necessarily commute with other operators or products. These three uses are summarized as:
where the expression in parentheses is a row vector. In three-dimensional Cartesian coordinate system with coordinates and standard basis or unit vectors of axes , del is written as:
As a vector operator, del naturally acts on scalar fields via scalar multiplication, and naturally acts on vector fields via dot products and cross products.
More specifically, for any scalar field and any vector field , if one defines
then using the above definition of , one may write
Del can also be expressed in other coordinate systems, see for example del in cylindrical and spherical coordinates.
It always points in the direction of greatest increase of , and it has a magnitude equal to the maximum rate of increase at the point—just like a standard derivative. In particular, if a hill is defined as a height function over a plane , the gradient at a given location will be a vector in the xy-plane (visualizable as an arrow on a map) pointing along the steepest direction. The magnitude of the gradient is the value of this steepest slope.
In particular, this notation is powerful because the gradient product rule looks very similar to the 1d-derivative case:
However, the rules for do not turn out to be simple, as illustrated by:
The divergence is roughly a measure of a vector field's increase in the direction it points; but more accurately, it is a measure of that field's tendency to converge toward or diverge from a point.
The power of the del notation is shown by the following product rule:
The formula for the vector product is slightly less intuitive, because this product is not commutative:
The curl at a point is proportional to the on-axis torque that a tiny pinwheel would be subjected to if it were centered at that point.
The vector product operation can be visualized as a pseudo-determinant:
Again the power of the notation is shown by the product rule:
The rule for the vector product does not turn out to be simple:
This gives the rate of change of a field in the direction of , scaled by the magnitude of . In operator notation, the element in parentheses can be considered a single coherent unit; fluid dynamics uses this convention extensively, terming it the convective derivative—the "moving" derivative of the fluid.
Note that is an operator that maps scalars to scalars. It can be extended to act on a vector field by applying the operator component-wise to each component of the vector.
The Laplacian is ubiquitous throughout modern mathematical physics, appearing for example in Laplace's equation, Poisson's equation, the heat equation, the wave equation, and the Schrödinger equation.
So whether refers to a Laplacian or a Hessian matrix depends on the context.
For a small displacement , the change in the vector field is given by:
\nabla (fg) &= f\nabla g + g\nabla f \\ \nabla(\mathbf u \cdot \mathbf v) &= \mathbf u \times (\nabla \times \mathbf v) + \mathbf v \times (\nabla \times \mathbf u) + (\mathbf u \cdot \nabla) \mathbf v + (\mathbf v \cdot \nabla)\mathbf u \\ \nabla \cdot (f \mathbf v) &= f (\nabla \cdot \mathbf v) + \mathbf v \cdot (\nabla f) \\ \nabla \cdot (\mathbf u \times \mathbf v) &= \mathbf v \cdot (\nabla \times \mathbf u) - \mathbf u \cdot (\nabla \times \mathbf v) \\ \nabla \times (f \mathbf v) &= (\nabla f) \times \mathbf v + f (\nabla \times \mathbf v) \\ \nabla \times (\mathbf u \times \mathbf v) &= \mathbf u \, (\nabla \cdot \mathbf v) - \mathbf v \, (\nabla \cdot \mathbf u) + (\mathbf v \cdot \nabla) \, \mathbf u - (\mathbf u \cdot \nabla) \, \mathbf v\end{align}
For matrix calculus (for which can be written ):
\left(\mathbf{A}\nabla\right)^\text{T} \mathbf u &= \nabla^\text{T} \left(\mathbf{A}^\text{T}\mathbf u\right) - \left(\nabla^\text{T} \mathbf{A}^\text{T}\right) \mathbf u\end{align}
Another relation of interest (see e.g. Euler equations) is the following, where is the outer product tensor:
\nabla \cdot (\mathbf u \otimes \mathbf v) = (\nabla \cdot \mathbf u) \mathbf v + (\mathbf u \cdot \nabla) \mathbf v\end{align}
A simple chart depicting all rules pertaining to second derivatives. D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.
Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles (dashed) mean that DD and GG do not exist. ]] When del operates on a scalar or vector, either a scalar or vector is returned. Because of the diversity of vector products (scalar, dot, cross) one application of del already gives rise to three major derivatives: the gradient (scalar product), divergence (dot product), and curl (cross product). Applying these three sorts of derivatives again to each other gives five possible second derivatives, for a scalar field f or a vector field v; the use of the scalar Laplacian and vector Laplacian gives two more:
\operatorname{div}(\operatorname{grad}f) &= \nabla \cdot (\nabla f) = \nabla^2 f \\ \operatorname{curl}(\operatorname{grad}f) &= \nabla \times (\nabla f) \\ \operatorname{grad}(\operatorname{div}\mathbf v) &= \nabla (\nabla \cdot \mathbf v) \\ \operatorname{div}(\operatorname{curl}\mathbf v) &= \nabla \cdot (\nabla \times \mathbf v) \\ \operatorname{curl}(\operatorname{curl}\mathbf v) &= \nabla \times (\nabla \times \mathbf v) \\ \Delta f &= \nabla^2 f \\ \Delta \mathbf v &= \nabla^2 \mathbf v\end{align}
These are of interest principally because they are not always unique or independent of each other. As long as the functions are well-behaved ( in most cases), two of them are always zero:
\operatorname{curl}(\operatorname{grad}f) &= \nabla \times (\nabla f) = 0 \\ \operatorname{div}(\operatorname{curl}\mathbf v) &= \nabla \cdot (\nabla \times \mathbf v) = 0\end{align}
Two of them are always equal:
The 3 remaining vector derivatives are related by the equation:
And one of them can even be expressed with the tensor product, if the functions are well-behaved:
Though one can often replace del with a vector and obtain a vector identity, making those identities mnemonic, the reverse is not necessarily reliable, because del does not commute in general.
A counterexample that demonstrates the divergence () and the advection operator () are not commutative:
(\mathbf u \cdot \mathbf v) f &\equiv (\mathbf v \cdot \mathbf u) f \\ (\nabla \cdot \mathbf v) f &= \left (\frac{\partial v_x}{\partial x} + \frac{\partial v_y}{\partial y} + \frac{\partial v_z}{\partial z} \right)f = \frac{\partial v_x}{\partial x}f + \frac{\partial v_y}{\partial y}f + \frac{\partial v_z}{\partial z}f \\ (\mathbf v \cdot \nabla) f &= \left (v_x \frac{\partial}{\partial x} + v_y \frac{\partial}{\partial y} + v_z \frac{\partial}{\partial z} \right)f = v_x \frac{\partial f}{\partial x} + v_y \frac{\partial f}{\partial y} + v_z \frac{\partial f}{\partial z} \\ \Rightarrow (\nabla \cdot \mathbf v) f &\ne (\mathbf v \cdot \nabla) f \\\end{align}
A counterexample that relies on del's differential properties:
(\nabla x) \times (\nabla y) &= \left (\mathbf e_x \frac{\partial x}{\partial x}+\mathbf e_y \frac{\partial x}{\partial y}+\mathbf e_z \frac{\partial x}{\partial z} \right) \times \left (\mathbf e_x \frac{\partial y}{\partial x}+\mathbf e_y \frac{\partial y}{\partial y}+\mathbf e_z \frac{\partial y}{\partial z} \right) \\ &= (\mathbf e_x \cdot 1 +\mathbf e_y \cdot 0+\mathbf e_z \cdot 0) \times (\mathbf e_x \cdot 0+\mathbf e_y \cdot 1+\mathbf e_z \cdot 0) \\ &= \mathbf e_x \times \mathbf e_y \\ &= \mathbf e_z \\ (\mathbf u x)\times (\mathbf u y) &= x y (\mathbf u \times \mathbf u) \\ &= x y \mathbf 0 \\ &= \mathbf 0\end{align}
Central to these distinctions is the fact that del is not simply a vector; it is a vector operator. Whereas a vector is an object with both a magnitude and direction, del has neither a magnitude nor a direction until it operates on a function.
For that reason, identities involving del must be derived with care, using both vector identities and differentiation identities such as the product rule.
|
|